home *** CD-ROM | disk | FTP | other *** search
- #ifndef EGS_EGB_GBRADIO_H
- #define EGS_EGB_GBRADIO_H
-
- /***************************************************************************\
- *
- * $
- * $ FILE : gbradio.h
- * $ VERSION : 1
- * $ REVISION : 3
- * $ DATE : 08-Dec-93 12:50
- * $
- * $ Author : mvk
- * $
- *
- *****************************************************************************
- * *
- * (c) Copyright 1990/94 VIONA Development *
- * All Rights Reserved *
- * *
- \***************************************************************************/
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- #ifndef EGS_EGSINTUI_H
- #include <egs/egsintui.h>
- #endif
- #ifndef EGS_EGSGADBOX_H
- #include <egs/egsgadbox.h>
- #endif
-
- #define EGB_NoneSelected -1
- #define EGB_SuperRadType "SRAD"
-
-
- struct EGB_RadioGadget {
- struct EI_MasterGadget Master;
- WORD Selected;
- WORD Pad;
- EI_BoolGadPtr SelGad;
- };
-
- typedef struct EGB_RadioGadget *EGB_RadioGadgetPtr;
-
- #endif /* EGS_EGB_GBRADIO_H */
-
-